
@charset "utf-8";
/* =====================内页样式======================== */


.hor_list{}
.hor_list ul{
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: flex-start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: flex-start;
	justify-content: flex-start;
}
.hor_list ul li{
	-webkit-box-flex: 0 0 33.33333333%;
	-webkit-flex: 0 0 33.33333333%;
	-ms-flex: 0 0 33.33333333%;
	flex: 0 0 33.33333333%;
	max-width: 33.33333333%;
	width: 33.33333333%;
	margin-bottom: 30px;
}
.hor_list ul li a{
	display: block;
	border: 8px solid #efefef;
	background-color: #efefef;
	margin: 0 10px;
}
.hor_list ul li a *{
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.hor_list ul li:hover a{
	border: 8px solid #1977d0;
	background-color: #1977d0;
	box-shadow: 0px 0px 15px rgb(0 0 0 / 50%);
}
.hor_list ul li a .pic{
	overflow: hidden;
}
.hor_list ul li a .pic img{
	width: 100%;
}
.hor_list ul li:hover a .pic img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.hor_list ul li a .info{
	padding: 15px 0 8px;
	font-size: 16px;
	color: #333333;
	text-align: center;
}
.hor_list ul li:hover a .info{
	color: white;
}


/* news start */
.new_main{
	margin-top: 80px;
}
.new_main .box_t{}
.new_main .box_t .tit{
	font-size: 30px;
	color: #000000;
	text-align: center;
	margin-bottom: 30px;
}
.new_main .box_t .data{
	font-size: 14px;
	color: #aaa;
	text-align: center;
	margin-bottom: 25px;
}
.new_main .box_t .data span{
	margin: 0 40px;
}
.new_main .con{
	padding: 60px 0;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	font-size: 14px;
	line-height: 20px;
}

.new_main .box_m{
	margin: 40px 0 80px;
}	
.new_main .box_m .left{
	float: left;
}
.new_main .box_m .left a{
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	display: block;
	font-size: 14px;
	line-height: 14px;
	margin-bottom: 0.25rem;
}
.new_main .box_m .right{
	float: right;
	width: 150px;
	height: 50px;
	font-size: 14px;
	display: block;
	text-align: center;
	line-height: 50px;
	background: #1977d0;
	color: #fff;
}
.new_main .box_m .right a{
	color: #fff;
}
/* news end */

/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
    /* 1600 × (900/1024/1200) */
}

@media all and (max-width:1599px) {
    /* 1440 × (900/1050) */
}

@media all and (max-width:1439px) {
    /* 1360 × (768) */
}

@media all and (max-width:1359px) {
    /* 1280 × (800/854/1024) */
	.hor_list ul li{
	    -webkit-box-flex: 0 0 33.33333333%;
	    -webkit-flex: 0 0 33.33333333%;
	    -ms-flex: 0 0 33.33333333%;
	    flex: 0 0 33.33333333%;
	    max-width: 33.33333333%;
	    width: 33.33333333%;
	}
}

@media all and (max-width:1279px) {
    /* 1152 × (864) */
	.hor_list ul li{
	    -webkit-box-flex: 0 0 50%;
	    -webkit-flex: 0 0 50%;
	    -ms-flex: 0 0 50%;
	    flex: 0 0 50%;
	    max-width: 50%;
	    width: 50%;
	}
}

@media all and (max-width:1151px) {
    /* 1024 × (600/768) */
}


/* ------------------------手机端-------------------------- */
@media all and (max-width:950px) {
    /* 平板设备 720 适配 */
	
	
	.hor_list ul li{
	    -webkit-box-flex: 0 0 33.33333333%;
	    -webkit-flex: 0 0 33.33333333%;
	    -ms-flex: 0 0 33.33333333%;
	    flex: 0 0 33.33333333%;
	    max-width: 33.33333333%;
	    width: 33.33333333%;
	}
	
	.new_main{
		margin-top: 0;
	}
	.new_main .box_t .tit{
		font-size: 24px;
		line-height: 1.2;
		margin-bottom: 20px;
	}
	.new_main .box_t .data{
		margin-bottom: 15px;
	}
	.new_main .con{
		padding: 20px 0;
	}
	.new_main .box_m .left{
		width: 100%	
	}
	.new_main .box_m .right{
		width: 120px;
		height: 36px;
		line-height: 36px;
	}
	.new_main .box_m{
		margin-bottom: 40px;
	}
	.new_main .box_t .data span{
		margin: 0 20px;
	}
}
@media all and (max-width:640px) {
    /* 移动终端以上 360 适配 */
	.hor_list ul li{
	    -webkit-box-flex: 0 0 50%;
	    -webkit-flex: 0 0 50%;
	    -ms-flex: 0 0 50%;
	    flex: 0 0 50%;
	    max-width: 50%;
	    width: 50%;
		margin-bottom: 20px;
	}
	.hor_list ul li a .info{
		font-size: 14px;
		padding: 8px 0 0;
	}
}

